Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New: Update the danger workflow #84

Merged
merged 1 commit into from
May 15, 2024

Conversation

s2g090123
Copy link
Owner

@s2g090123 s2g090123 commented May 15, 2024

Issue #83

Description

Run multiple Danger tests simultaneously.

How to implement

Define multiple DangerFiles and GemFiles respectively

Changes

  • M: danger_checks
  • N: danger/dangerfiles/
  • N: danger/gemfiles/

@s2g090123 s2g090123 added the CI label May 15, 2024
@s2g090123 s2g090123 self-assigned this May 15, 2024
@s2g090123 s2g090123 linked an issue May 15, 2024 that may be closed by this pull request
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My friend, I approved this PR.

Copy link

1 Message
📖 Thanks @s2g090123!

Generated by 🚫 Danger

Copy link

20 Warnings
⚠️ app/build.gradle#L104 - A newer version of androidx.core:core-ktx than 1.9.0 is available: 1.13.1
⚠️ app/build.gradle#L107 - A newer version of androidx.test.ext:junit than 1.1.3 is available: 1.1.5
⚠️ app/build.gradle#L108 - A newer version of androidx.test.espresso:espresso-core than 3.4.0 is available: 3.5.1
⚠️ app/build.gradle#L111 - A newer version of androidx.activity:activity-compose than 1.6.1 is available: 1.9.0
⚠️ app/build.gradle#L112 - A newer version of androidx.compose.ui:ui than 1.3.1 is available: 1.6.7
⚠️ app/build.gradle#L113 - A newer version of androidx.compose.material:material than 1.3.0 is available: 1.6.7
⚠️ app/build.gradle#L114 - A newer version of androidx.compose.ui:ui-tooling-preview than 1.3.0 is available: 1.6.7
⚠️ app/build.gradle#L115 - A newer version of androidx.compose.ui:ui-test-junit4 than 1.3.0 is available: 1.6.7
⚠️ app/build.gradle#L116 - A newer version of androidx.compose.ui:ui-tooling than 1.3.0 is available: 1.6.7
⚠️ app/build.gradle#L117 - A newer version of androidx.compose.ui:ui-test-manifest than 1.3.0 is available: 1.6.7
⚠️ app/build.gradle#L119 - A newer version of androidx.navigation:navigation-compose than 2.5.3 is available: 2.7.7
⚠️ app/build.gradle#L124 - A newer version of androidx.lifecycle:lifecycle-runtime-ktx than 2.5.1 is available: 2.8.0
⚠️ app/build.gradle#L125 - A newer version of androidx.lifecycle:lifecycle-viewmodel-ktx than 2.5.1 is available: 2.8.0
⚠️ app/build.gradle#L126 - A newer version of androidx.lifecycle:lifecycle-livedata-ktx than 2.5.1 is available: 2.8.0
⚠️ app/build.gradle#L136 - A newer version of androidx.room:room-runtime than 2.4.3 is available: 2.6.1
⚠️ app/build.gradle#L137 - A newer version of androidx.room:room-ktx than 2.4.3 is available: 2.6.1
⚠️ app/build.gradle#L153 - A newer version of androidx.datastore:datastore-preferences than 1.0.0 is available: 1.1.1
⚠️ app/build.gradle#L161 - A newer version of androidx.compose.ui:ui-test-junit4 than 1.3.0 is available: 1.6.7
⚠️ app/build.gradle#L164 - A newer version of androidx.navigation:navigation-testing than 2.5.3 is available: 2.7.7
⚠️ app/src/main/res/values/strings.xml#L4 - The resource R.string.error appears to be unused

Generated by 🚫 Danger

@s2g090123 s2g090123 merged commit 722f88a into master May 15, 2024
14 checks passed
@s2g090123 s2g090123 deleted the 83-update-the-danger-plugin-in-ci branch May 15, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the Danger Plugin in CI
1 participant